home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / c / journal.com / APP.DEF < prev    next >
Encoding:
Text File  |  1988-02-22  |  391 b   |  22 lines

  1. NAME    APP
  2.  
  3. DESCRIPTION 'Fundamental Microsoft Windows Application'
  4.  
  5. STUB    'WINSTUB.EXE'
  6.  
  7. CODE    MOVEABLE
  8. DATA    MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE  128
  11. STACKSIZE 4096
  12.  
  13. EXPORTS
  14.     WndProc      @1
  15.     About        @2
  16.  
  17. IMPORTS
  18.     StartRecord = JOURNAL.StartRecord
  19.     StopRecord  = JOURNAL.StopRecord
  20.     StartPlay   = JOURNAL.StartPlay
  21.     StopPlay    = JOURNAL.StopPlay
  22.